github.com/aws/smithy-go/encoding/httpbinding.URIValue.buffer (field)

6 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		uri.go#L12: 	path, rawPath, buffer *[]byte
		uri.go#L18: 	return URIValue{path: path, rawPath: rawPath, buffer: buffer, key: key}
		uri.go#L22: 	*u.path, *u.buffer, err = replacePathElement(*u.path, *u.buffer, u.key, value, false)
		uri.go#L26: 	*u.rawPath, *u.buffer, err = replacePathElement(*u.rawPath, *u.buffer, u.key, value, true)